home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_DisableGadget gadutil.library/GU_DisableGadget
-
- NAME
- GU_DisableGadget -- Disable / Enable a gadget.
-
- SYNOPSIS
- GU_DisableGadget(status, gadget, window)
- D0, A0, A1
-
- VOID GU_DisableGadget(BOOL, struct Gadget *, struct Window *);
-
- FUNCTION
- Disables or enables a gadget (that supports this).
-
- INPUTS
- status - The new status for the gadget, TRUE for disabled, FALSE for
- enabled.
- gadget - A pointer to the gadget to change.
- window - Pointer to the window that the gadget is placed in.
-
- RESULT
- none
-
- BUGS
- none known
-
- SEE ALSO
-